home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / L-M / MacOberon 4.0 / MacOberon™ 4.0 Folder / Super.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1993-10-25  |  3.5 KB  |  89 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. Syntax10b.Scn.Fnt
  6. Syntax12.Scn.Fnt
  7. Syntax12i.Scn.Fnt
  8. Syntax12b.Scn.Fnt
  9. Syntax14.Scn.Fnt
  10. Syntax16.Scn.Fnt
  11.     Syntax20.Scn.Fnt
  12. Syntax24.Scn.Fnt
  13. PopupElems
  14. Alloc
  15. System
  16. Syntax10.Scn.Fnt
  17. System.Collect
  18. System.Directory ^
  19. System.Recall
  20. System.OpenLog
  21. System.State ^
  22. System.ShowModules
  23. System.ShowCommands ^
  24. System.Time
  25. System.Watch    
  26. Syntax10.Scn.Fnt
  27. Hex.Open ^
  28. Edit.Open ^
  29. Draw.Open ^
  30. System.Open ^
  31. System.OpenLog    
  32. Print
  33. Syntax10.Scn.Fnt
  34. Edit.Print QuickDraw *
  35. Draw.Print QuickDraw *    
  36. Fonts
  37. Syntax10.Scn.Fnt
  38. System.SetFont Syntax10.Scn.Fnt
  39. System.SetFont Courier10.Scn.Fnt
  40. System.SetFont Geneva10.Scn.Fnt
  41. System.SetFont Helvetica10.Scn.Fnt
  42. ____________________________________________________________
  43. Edit.ChangeFont Syntax10.Scn.Fnt
  44. Edit.ChangeFont Courier10.Scn.Fnt
  45. Edit.ChangeFont Geneva10.Scn.Fnt
  46. Edit.ChangeFont Helvetica10.Scn.Fnt
  47. ____________________________________________________________
  48. Edit.ChangeFont Geneva10.Scn.Fnt
  49. Edit.ChangeFont Geneva20.Scn.Fnt
  50. Edit.ChangeFont Geneva40.Scn.Fnt
  51. Edit.ChangeFont Geneva80.Scn.Fnt
  52. Edit.ChangeFont Geneva160.Scn.Fnt
  53. Syntax10.Scn.Fnt
  54. Edit.Show
  55. Edit.Recall
  56. Edit.Search
  57. Edit.Locate
  58. Edit.Print Pluto *
  59. Elems
  60. Syntax10.Scn.Fnt
  61. FoldElems.Insert
  62. FoldElems.Expand
  63. FoldElems.Collapse
  64. ______________________________
  65. ClockElems.Insert
  66. TableElems.Insert
  67. StampElems.Insert
  68. GraphicElems.Insert
  69. Browser
  70. Syntax10.Scn.Fnt
  71. Browser.ShowDef ^
  72. Compile
  73. Syntax10.Scn.Fnt
  74. Compiler.Compile *
  75. Compiler.Compile */s
  76. Compiler.Compile */d
  77. ClockElems
  78. You may wish to use text elements for creating tools with a higher functionality than plain text files.  This sample tool includes popup menus and analog clocks that behave like ordinary characters, i.e. they float in the text and can be copied and deleted.
  79.         r10  i10  b10  r12  i12  b12  r14  r16  r20  r24
  80. Set a character to one of the fonts displayed above by interclicking the Select button while pointing to the template font above with the Position button.
  81. Edit a Popup-Menu by interclicking Select during Action.  Any changes you make to the menu text are propagated to the menu instantly.  The font of the Popup_Box may be changed like that of any other character, as explained above.  Insert a new Popup_Element by executing the command PopupElems.Insert "name".  It may then be opened for editing.
  82. Insert analog clocks of any size by positioning the caret and executing ClockElems.Insert with an integer parameter giving the required size.
  83. _______________________________________________________________________________________________________________________
  84.     *.Text    *.Mod    *.Tool    *.Graph    *.Obj    *.Bak    */dls
  85. _______________________________________________________________________________________________________________________
  86. System.Free ~    System.State ~
  87. System.CopyFiles => ~    System.RenameFiles => ~
  88. System.DeleteFiles ~
  89.